Uses of Class
com.sun.identity.policy.ValidValues
-
Packages that use ValidValues Package Description com.sun.identity.policy.interfaces Deprecated interfaces for writing custom Policy plugins for Conditions, Subjects, Referrals, ResponseProviders and Resources. -
-
Uses of ValidValues in com.sun.identity.policy.interfaces
Methods in com.sun.identity.policy.interfaces that return ValidValues Modifier and Type Method Description ValidValues
Referral. getValidValues(SSOToken token)
Deprecated.Gets the valid values for this referralValidValues
Referral. getValidValues(SSOToken token, String pattern)
Deprecated.Gets the valid values for this referral matching a patternValidValues
Subject. getValidValues(SSOToken token)
Deprecated.Returns a list of possible values for theSubject
.ValidValues
Subject. getValidValues(SSOToken token, String pattern)
Deprecated.Returns a list of possible values for theSubject
that satisfy the givenpattern
.
-