Class OpenIDClientDetails

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

    public class OpenIDClientDetails
    extends OAuthClientDetails
    Generated class for type OpenIDClientDetails.
    See Also:
    Serialized Form
    • Field Detail

      • EXTERNALSCOPECLAIMNAME

        public static final java.lang.String EXTERNALSCOPECLAIMNAME
        Qualifier of the OpenIDClientDetails.externalScopeClaimName attribute
        See Also:
        Constant Field Values
      • ISSUER

        public static final java.lang.String ISSUER
        Qualifier of the OpenIDClientDetails.issuer 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

      • OpenIDClientDetails

        public OpenIDClientDetails()
    • Method Detail

      • getExternalScopeClaimName

        public java.lang.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 java.lang.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,
                                              java.lang.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​(java.lang.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 java.lang.String getIssuer​(SessionContext ctx)
        Generated method - Getter of the OpenIDClientDetails.issuer attribute.
        Returns:
        the issuer - Issuer Name
      • getIssuer

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

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

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