Class AzureAdGroup

  • All Implemented Interfaces:
    Serializable, org.springframework.security.core.GrantedAuthority

    public class AzureAdGroup
    extends Object
    implements org.springframework.security.core.GrantedAuthority
    See Also:
    Serialized Form
    • Constructor Detail

      • AzureAdGroup

        public AzureAdGroup​(String objectId,
                            String groupName)
    • Method Detail

      • getAuthority

        public String getAuthority()
        Specified by:
        getAuthority in interface org.springframework.security.core.GrantedAuthority
      • getObjectId

        public String getObjectId()
      • getGroupName

        public String getGroupName()