Class AbstractSAMLEntityContext

    • Field Detail

      • entityId

        @Nullable
        @NotEmpty
        private String entityId
        The entityID of the SAML entity.
      • role

        @Nullable
        private QName role
        The role under which the SAML entity is currently operating.
    • Constructor Detail

      • AbstractSAMLEntityContext

        public AbstractSAMLEntityContext()
    • Method Detail

      • getEntityId

        @Nullable
        @NotEmpty
        public String getEntityId()
        Gets the entityId of the SAML entity.
        Returns:
        entityId of the SAML entity, may be null
      • setEntityId

        public void setEntityId​(@Nullable
                                String id)
        Sets the entityId of the SAML entity.
        Parameters:
        id - the new entityId
      • getRole

        @Nullable
        public QName getRole()
        Get the role under which the SAML entity is currently operating.
        Returns:
        Returns the role.
      • setRole

        public void setRole​(@Nullable
                            QName newRole)
        Set the role under which the SAML entity is currently operating.
        Parameters:
        newRole - The role to set.