Class AzureAdGroup

java.lang.Object
com.microsoft.jenkins.azuread.AzureAdGroup
All Implemented Interfaces:
Serializable, org.springframework.security.core.GrantedAuthority

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

    • AzureAdGroup

      public AzureAdGroup(String objectId, String groupName)
  • Method Details

    • getAuthority

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

      public String getObjectId()
    • getGroupName

      public String getGroupName()
    • toString

      public String toString()
      Overrides:
      toString in class Object