Package | Description |
---|---|
com.sun.identity.policy.interfaces |
Provides interfaces for writing custom Policy plugins for Conditons,
Subjects, Referrals ResponseProviders and Resources.
|
Modifier and Type | Method and Description |
---|---|
ValidValues |
Subject.getValidValues(SSOToken token)
Returns a list of possible values for the
Subject
. |
ValidValues |
Referral.getValidValues(SSOToken token)
Gets the valid values for this referral
|
ValidValues |
Subject.getValidValues(SSOToken token,
String pattern)
Returns a list of possible values for the
Subject
that satisfy the given pattern . |
ValidValues |
Referral.getValidValues(SSOToken token,
String pattern)
Gets the valid values for this referral
matching a pattern
|
Copyright © 2010-2013, ForgeRock All Rights Reserved.