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 ValidValuesReferral. getValidValues(SSOToken token)Deprecated.Gets the valid values for this referralValidValuesReferral. getValidValues(SSOToken token, String pattern)Deprecated.Gets the valid values for this referral matching a patternValidValuesSubject. getValidValues(SSOToken token)Deprecated.Returns a list of possible values for theSubject.ValidValuesSubject. getValidValues(SSOToken token, String pattern)Deprecated.Returns a list of possible values for theSubjectthat satisfy the givenpattern.
-