Class OpenIDClientDetails

All Implemented Interfaces:
Serializable, Comparable

public class OpenIDClientDetails extends OAuthClientDetails
Generated class for type OpenIDClientDetails.
See Also:
  • Field Details

    • EXTERNALSCOPECLAIMNAME

      public static final String EXTERNALSCOPECLAIMNAME
      Qualifier of the OpenIDClientDetails.externalScopeClaimName attribute
      See Also:
    • ISSUER

      public static final String ISSUER
      Qualifier of the OpenIDClientDetails.issuer attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • OpenIDClientDetails

      public OpenIDClientDetails()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class OAuthClientDetails
    • getExternalScopeClaimName

      public String getExternalScopeClaimName(SessionContext ctx)
      Generated method - Getter of the OpenIDClientDetails.externalScopeClaimName attribute.
      Returns:
      the externalScopeClaimName - External Scope Claim Name (if not null will be used in the JWT)
    • getExternalScopeClaimName

      public String getExternalScopeClaimName()
      Generated method - Getter of the OpenIDClientDetails.externalScopeClaimName attribute.
      Returns:
      the externalScopeClaimName - External Scope Claim Name (if not null will be used in the JWT)
    • setExternalScopeClaimName

      public void setExternalScopeClaimName(SessionContext ctx, String value)
      Generated method - Setter of the OpenIDClientDetails.externalScopeClaimName attribute.
      Parameters:
      value - the externalScopeClaimName - External Scope Claim Name (if not null will be used in the JWT)
    • setExternalScopeClaimName

      public void setExternalScopeClaimName(String value)
      Generated method - Setter of the OpenIDClientDetails.externalScopeClaimName attribute.
      Parameters:
      value - the externalScopeClaimName - External Scope Claim Name (if not null will be used in the JWT)
    • getIssuer

      public String getIssuer(SessionContext ctx)
      Generated method - Getter of the OpenIDClientDetails.issuer attribute.
      Returns:
      the issuer - Issuer Name
    • getIssuer

      public String getIssuer()
      Generated method - Getter of the OpenIDClientDetails.issuer attribute.
      Returns:
      the issuer - Issuer Name
    • setIssuer

      public void setIssuer(SessionContext ctx, String value)
      Generated method - Setter of the OpenIDClientDetails.issuer attribute.
      Parameters:
      value - the issuer - Issuer Name
    • setIssuer

      public void setIssuer(String value)
      Generated method - Setter of the OpenIDClientDetails.issuer attribute.
      Parameters:
      value - the issuer - Issuer Name