Class OpenIDExternalScopes

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    public class OpenIDExternalScopes
    extends GenericItem
    Generated class for type OpenIDExternalScopes.
    See Also:
    Serialized Form
    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the OpenIDExternalScopes.code attribute
        See Also:
        Constant Field Values
      • CLIENTDETAILSID

        public static final java.lang.String CLIENTDETAILSID
        Qualifier of the OpenIDExternalScopes.clientDetailsId attribute
        See Also:
        Constant Field Values
      • PERMITTEDPRINCIPALS

        public static final java.lang.String PERMITTEDPRINCIPALS
        Qualifier of the OpenIDExternalScopes.permittedPrincipals attribute
        See Also:
        Constant Field Values
      • SCOPE

        public static final java.lang.String SCOPE
        Qualifier of the OpenIDExternalScopes.scope attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • OpenIDExternalScopes

        public OpenIDExternalScopes()
    • Method Detail

      • getClientDetailsId

        public OpenIDClientDetails getClientDetailsId​(SessionContext ctx)
        Generated method - Getter of the OpenIDExternalScopes.clientDetailsId attribute.
        Returns:
        the clientDetailsId - Client Details Id
      • getClientDetailsId

        public OpenIDClientDetails getClientDetailsId()
        Generated method - Getter of the OpenIDExternalScopes.clientDetailsId attribute.
        Returns:
        the clientDetailsId - Client Details Id
      • setClientDetailsId

        public void setClientDetailsId​(SessionContext ctx,
                                       OpenIDClientDetails value)
        Generated method - Setter of the OpenIDExternalScopes.clientDetailsId attribute.
        Parameters:
        value - the clientDetailsId - Client Details Id
      • setClientDetailsId

        public void setClientDetailsId​(OpenIDClientDetails value)
        Generated method - Setter of the OpenIDExternalScopes.clientDetailsId attribute.
        Parameters:
        value - the clientDetailsId - Client Details Id
      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the OpenIDExternalScopes.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the OpenIDExternalScopes.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the OpenIDExternalScopes.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the OpenIDExternalScopes.code attribute.
        Parameters:
        value - the code
      • getPermittedPrincipals

        public java.util.Collection<Principal> getPermittedPrincipals​(SessionContext ctx)
        Generated method - Getter of the OpenIDExternalScopes.permittedPrincipals attribute.
        Returns:
        the permittedPrincipals - Collection of Principals that are assigned to this set od scopes
      • getPermittedPrincipals

        public java.util.Collection<Principal> getPermittedPrincipals()
        Generated method - Getter of the OpenIDExternalScopes.permittedPrincipals attribute.
        Returns:
        the permittedPrincipals - Collection of Principals that are assigned to this set od scopes
      • setPermittedPrincipals

        public void setPermittedPrincipals​(SessionContext ctx,
                                           java.util.Collection<Principal> value)
        Generated method - Setter of the OpenIDExternalScopes.permittedPrincipals attribute.
        Parameters:
        value - the permittedPrincipals - Collection of Principals that are assigned to this set od scopes
      • setPermittedPrincipals

        public void setPermittedPrincipals​(java.util.Collection<Principal> value)
        Generated method - Setter of the OpenIDExternalScopes.permittedPrincipals attribute.
        Parameters:
        value - the permittedPrincipals - Collection of Principals that are assigned to this set od scopes
      • getScope

        public java.util.Set<java.lang.String> getScope​(SessionContext ctx)
        Generated method - Getter of the OpenIDExternalScopes.scope attribute.
        Returns:
        the scope - Set of scopes assigned to given Principals
      • getScope

        public java.util.Set<java.lang.String> getScope()
        Generated method - Getter of the OpenIDExternalScopes.scope attribute.
        Returns:
        the scope - Set of scopes assigned to given Principals
      • setScope

        public void setScope​(SessionContext ctx,
                             java.util.Set<java.lang.String> value)
        Generated method - Setter of the OpenIDExternalScopes.scope attribute.
        Parameters:
        value - the scope - Set of scopes assigned to given Principals
      • setScope

        public void setScope​(java.util.Set<java.lang.String> value)
        Generated method - Setter of the OpenIDExternalScopes.scope attribute.
        Parameters:
        value - the scope - Set of scopes assigned to given Principals