Uses of Class
org.surfnet.oaaas.auth.principal.AuthenticatedPrincipal

Packages that use AuthenticatedPrincipal
org.surfnet.oaaas.auth.principal   
org.surfnet.oaaas.model   
 

Uses of AuthenticatedPrincipal in org.surfnet.oaaas.auth.principal
 

Methods in org.surfnet.oaaas.auth.principal that return AuthenticatedPrincipal
static AuthenticatedPrincipal AuthenticatedPrincipal.deserialize(String json)
           
 

Uses of AuthenticatedPrincipal in org.surfnet.oaaas.model
 

Methods in org.surfnet.oaaas.model that return AuthenticatedPrincipal
 AuthenticatedPrincipal VerifyTokenResponse.getPrincipal()
           
 

Methods in org.surfnet.oaaas.model with parameters of type AuthenticatedPrincipal
 void VerifyTokenResponse.setPrincipal(AuthenticatedPrincipal principal)
           
 

Constructors in org.surfnet.oaaas.model with parameters of type AuthenticatedPrincipal
VerifyTokenResponse(String audience, List<String> scopes, AuthenticatedPrincipal principal, Long expiresIn)
           
 



Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.