Uses of Class
com.nimbusds.openid.connect.sdk.federation.entities.EntityRole
-
Packages that use EntityRole Package Description com.nimbusds.openid.connect.sdk.federation.entities OpenID Connect Federation 1.0 entity classes. -
-
Uses of EntityRole in com.nimbusds.openid.connect.sdk.federation.entities
Methods in com.nimbusds.openid.connect.sdk.federation.entities that return EntityRole Modifier and Type Method Description static EntityRoleEntityRole. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityRole[]EntityRole. values()Returns an array containing the constants of this enum type, in the order they are declared.
-