Uses of Interface
org.opendaylight.aaa.api.Authentication
-
Packages that use Authentication Package Description org.opendaylight.aaa.api org.opendaylight.aaa.datastore.h2 org.opendaylight.aaa.shiro.principal org.opendaylight.aaa.shiro.tokenauthrealm.auth -
-
Uses of Authentication in org.opendaylight.aaa.api
Methods in org.opendaylight.aaa.api that return Authentication Modifier and Type Method Description Authentication
AuthenticationService. get()
Retrieve the current security context, or null if none exists.Authentication
TokenStore. get(String token)
Authentication
TokenAuth. validate(Map<String,List<String>> headers)
Validate the given token contained in the in-bound headers.Methods in org.opendaylight.aaa.api with parameters of type Authentication Modifier and Type Method Description void
TokenStore. put(String token, Authentication auth)
void
AuthenticationService. set(Authentication auth)
Set the current security context. -
Uses of Authentication in org.opendaylight.aaa.datastore.h2
Methods in org.opendaylight.aaa.datastore.h2 that return Authentication Modifier and Type Method Description Authentication
H2TokenStore. get(String token)
Methods in org.opendaylight.aaa.datastore.h2 with parameters of type Authentication Modifier and Type Method Description void
H2TokenStore. put(String token, Authentication auth)
-
Uses of Authentication in org.opendaylight.aaa.shiro.principal
Methods in org.opendaylight.aaa.shiro.principal with parameters of type Authentication Modifier and Type Method Description static ODLPrincipal
ODLPrincipalImpl. createODLPrincipal(Authentication auth)
A static factory method to createODLPrincipal
instances. -
Uses of Authentication in org.opendaylight.aaa.shiro.tokenauthrealm.auth
Methods in org.opendaylight.aaa.shiro.tokenauthrealm.auth that return Authentication Modifier and Type Method Description Authentication
AuthenticationBuilder. build()
Authentication
AuthenticationManager. get()
Authentication
HttpBasicAuth. validate(Map<String,List<String>> headers)
Methods in org.opendaylight.aaa.shiro.tokenauthrealm.auth with parameters of type Authentication Modifier and Type Method Description void
AuthenticationManager. set(Authentication authentication)
-