Skip navigation links
WildFly: Security Subsystem API 21.0.0.Beta1
C G O P 

C

ConnectionSecurityContext - Class in org.jboss.as.security.api
Utility class to allow inspection and replacement of identity associated with the Connection.
ContextStateCache - Class in org.jboss.as.security.api
Where clients use the API in this module they can push an identity to the security context which also clears the identity from the connection, when clients call push they are returned an instance of this class so that they can pass it later to a call to pop to restore the state.

G

getConnectionPrincipals() - Static method in class org.jboss.as.security.api.ConnectionSecurityContext
Obtain a Collection containing the Principal instances for the user associated with the connection.

O

org.jboss.as.security.api - package org.jboss.as.security.api
 

P

popIdentity(ContextStateCache) - Static method in class org.jboss.as.security.api.ConnectionSecurityContext
Pop the identity previously associated and restore internal state to it's previous value.
pushIdentity(Principal, Object) - Static method in class org.jboss.as.security.api.ConnectionSecurityContext
Push a new Principal and Credential pair.
C G O P 
Skip navigation links
WildFly: Security Subsystem API 21.0.0.Beta1

Copyright © 2020 JBoss by Red Hat. All rights reserved.