Class OpenIDExternalScopes

All Implemented Interfaces:
Serializable, Comparable

public class OpenIDExternalScopes extends GenericItem
Generated class for type OpenIDExternalScopes.
See Also:
  • Field Details

    • CODE

      public static final String CODE
      Qualifier of the OpenIDExternalScopes.code attribute
      See Also:
    • CLIENTDETAILSID

      public static final String CLIENTDETAILSID
      Qualifier of the OpenIDExternalScopes.clientDetailsId attribute
      See Also:
    • PERMITTEDPRINCIPALS

      public static final String PERMITTEDPRINCIPALS
      Qualifier of the OpenIDExternalScopes.permittedPrincipals attribute
      See Also:
    • SCOPE

      public static final String SCOPE
      Qualifier of the OpenIDExternalScopes.scope attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • OpenIDExternalScopes

      public OpenIDExternalScopes()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • 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 String getCode(SessionContext ctx)
      Generated method - Getter of the OpenIDExternalScopes.code attribute.
      Returns:
      the code
    • getCode

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

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

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

      public 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 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, 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(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 Set<String> getScope(SessionContext ctx)
      Generated method - Getter of the OpenIDExternalScopes.scope attribute.
      Returns:
      the scope - Set of scopes assigned to given Principals
    • getScope

      public Set<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, Set<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(Set<String> value)
      Generated method - Setter of the OpenIDExternalScopes.scope attribute.
      Parameters:
      value - the scope - Set of scopes assigned to given Principals