Package org.jenkinsci.plugins.saml
Class SamlGroupAuthority
- java.lang.Object
-
- org.jenkinsci.plugins.saml.SamlGroupAuthority
-
- All Implemented Interfaces:
GrantedAuthority
public class SamlGroupAuthority extends Object implements GrantedAuthority
Authority class, represents a group receved in SAML response- See Also:
GrantedAuthority
-
-
Constructor Summary
Constructors Constructor Description SamlGroupAuthority(String group)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthority()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.acegisecurity.GrantedAuthority
equals, hashCode, toSpring
-
-
-
-
Constructor Detail
-
SamlGroupAuthority
public SamlGroupAuthority(String group)
-
-
Method Detail
-
getAuthority
public String getAuthority()
- Specified by:
getAuthority
in interfaceGrantedAuthority
-
toString
public String toString()
- Specified by:
toString
in interfaceGrantedAuthority
- Overrides:
toString
in classObject
-
-