Class OAuthAuthorizationCode

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

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

      • CODE

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

        public static final java.lang.String AUTHENTICATION
        Qualifier of the OAuthAuthorizationCode.authentication 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

      • OAuthAuthorizationCode

        public OAuthAuthorizationCode()
    • Method Detail

      • getAuthentication

        public java.lang.Object getAuthentication​(SessionContext ctx)
        Generated method - Getter of the OAuthAuthorizationCode.authentication attribute.
        Returns:
        the authentication - Serialized authentication object
      • getAuthentication

        public java.lang.Object getAuthentication()
        Generated method - Getter of the OAuthAuthorizationCode.authentication attribute.
        Returns:
        the authentication - Serialized authentication object
      • setAuthentication

        public void setAuthentication​(SessionContext ctx,
                                      java.lang.Object value)
        Generated method - Setter of the OAuthAuthorizationCode.authentication attribute.
        Parameters:
        value - the authentication - Serialized authentication object
      • setAuthentication

        public void setAuthentication​(java.lang.Object value)
        Generated method - Setter of the OAuthAuthorizationCode.authentication attribute.
        Parameters:
        value - the authentication - Serialized authentication object
      • getCode

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

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

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

        public void setCode​(java.lang.String value)
        Generated method - Setter of the OAuthAuthorizationCode.code attribute.
        Parameters:
        value - the code - Token key