Uses of Class
com.sun.identity.policy.Syntax
-
Packages that use Syntax Package Description com.sun.identity.console.base.model com.sun.identity.console.policy.model com.sun.identity.console.property com.sun.identity.policy Provides classes for policy administration and evaluation.com.sun.identity.policy.interfaces Deprecated interfaces for writing custom Policy plugins for Conditions, Subjects, Referrals, ResponseProviders and Resources.com.sun.identity.policy.plugins org.forgerock.openam.network.ipv4 org.forgerock.openam.network.ipv6 -
-
Uses of Syntax in com.sun.identity.console.base.model
Methods in com.sun.identity.console.base.model with parameters of type Syntax Modifier and Type Method Description static intAMDisplayType. getDisplaySyntax(Syntax syntax)Returns display syntax of an action schema. -
Uses of Syntax in com.sun.identity.console.policy.model
Methods in com.sun.identity.console.policy.model that return Syntax Modifier and Type Method Description SyntaxPolicyModel. getReferralSyntax(String realmName, String referralType)Returns syntax for a referral.SyntaxPolicyModelImpl. getReferralSyntax(String realmName, String referralType)Returns syntax for a referral.SyntaxPolicyModel. getSubjectSyntax(String realmName, String subjectType)Returns syntax for a subject.SyntaxPolicyModelImpl. getSubjectSyntax(String realmName, String subjectType)Returns syntax for a subject. -
Uses of Syntax in com.sun.identity.console.property
Methods in com.sun.identity.console.property that return Syntax Modifier and Type Method Description protected SyntaxPolicyPropertyXMLBuilder. getPropertySyntax(String propertyName)protected abstract SyntaxPolicyPropertyXMLBuilderBase. getPropertySyntax(String propertyName)protected SyntaxResponseProviderXMLBuilder. getPropertySyntax(String propertyName) -
Uses of Syntax in com.sun.identity.policy
Fields in com.sun.identity.policy declared as Syntax Modifier and Type Field Description static SyntaxSyntax. ANYDeprecated.value is a free form text, would be typically shown in as editable text fieldstatic SyntaxSyntax. ANY_SEARCHABLEDeprecated.value is a free form text, could also search from a large set of valuesstatic SyntaxSyntax. CONSTANTDeprecated.value is a constant string, would be typically shown as non editable textstatic SyntaxSyntax. LISTDeprecated.value is a free form multi list text fieldstatic SyntaxSyntax. MULTIPLE_CHOICEDeprecated.value is multiple choice from liststatic SyntaxSyntax. NONEDeprecated.no value is allowedstatic SyntaxSyntax. SINGLE_CHOICEDeprecated.value is a single choice from a list -
Uses of Syntax in com.sun.identity.policy.interfaces
Methods in com.sun.identity.policy.interfaces that return Syntax Modifier and Type Method Description SyntaxCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxResponseProvider. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxReferral. getValueSyntax(SSOToken token)Deprecated.Gets the syntax for the valueSyntaxSubject. getValueSyntax(SSOToken token)Deprecated.Returns the syntax of the values theSubjectimplementation can have. -
Uses of Syntax in com.sun.identity.policy.plugins
Methods in com.sun.identity.policy.plugins that return Syntax Modifier and Type Method Description SyntaxAMIdentityMembershipCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxAuthenticatedSharedAgentsCondition. getPropertySyntax(String property)Returns the syntax for a property nameSyntaxAuthenticateToRealmCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxAuthenticateToServiceCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxAuthLevelCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxAuthRoleCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxAuthSchemeCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxIDRepoResponseProvider. getPropertySyntax(String property)Returns the syntax for a property nameSyntaxIPCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxLDAPFilterCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxLEAuthLevelCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxPrivilegeCondition. getPropertySyntax(String property)Return the syntax for displaying the property value.SyntaxResourceEnvIPCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxSessionCondition. getPropertySyntax(String property)Deprecated.Gets theSyntaxfor a property name.SyntaxSessionPropertyCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxSimpleTimeCondition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property nameSyntaxUserSelfCheckCondition. getPropertySyntax(String property)Returns the syntax for a property nameSyntaxAMIdentitySubject. getValueSyntax(SSOToken token)Deprecated.Returns the syntax of the values theAMIdentitySubjectimplementation can have.SyntaxAuthenticatedAgents. getValueSyntax(SSOToken token)Returns the syntax of the subject type.SyntaxAuthenticatedSharedAgents. getValueSyntax(SSOToken token)Returns the syntax of the subject type.SyntaxAuthenticatedUsers. getValueSyntax(SSOToken token)Deprecated.Returns the syntax of the subject type.SyntaxDSAMERole. getValueSyntax(SSOToken token)Returns the syntax of the values thisSubjectimplementation can have.SyntaxLDAPGroups. getValueSyntax(SSOToken token)Returns the syntax of the values theLDAPGroupsSyntaxLDAPRoles. getValueSyntax(SSOToken token)Returns the syntax of the values theLDAPRolesSyntaxLDAPUsers. getValueSyntax(SSOToken token)Returns the syntax of the values theLDAPUsersSyntaxOrganization. getValueSyntax(SSOToken token)Returns the syntax of the values theOrganizationSyntaxOrgReferral. getValueSyntax(SSOToken token)Returns the syntax of the values theOrgReferralSyntaxPrivilegeSubject. getValueSyntax(SSOToken token)Return the syntax for displaying the property value.SyntaxWebServicesClients. getValueSyntax(SSOToken token)Returns the syntax of the subject type. -
Uses of Syntax in org.forgerock.openam.network.ipv4
Methods in org.forgerock.openam.network.ipv4 that return Syntax Modifier and Type Method Description SyntaxIPv4Condition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property name -
Uses of Syntax in org.forgerock.openam.network.ipv6
Methods in org.forgerock.openam.network.ipv6 that return Syntax Modifier and Type Method Description SyntaxIPv6Condition. getPropertySyntax(String property)Deprecated.Returns the syntax for a property name
-