Uses of Interface
org.opensaml.soap.wssecurity.messaging.Token
-
Packages that use Token Package Description org.opensaml.soap.wssecurity.messaging WS-Security messaging support components. -
-
Uses of Token in org.opensaml.soap.wssecurity.messaging
Classes in org.opensaml.soap.wssecurity.messaging that implement Token Modifier and Type Class Description classAbstractToken<TokenType>Base abstract implementation ofToken.Fields in org.opensaml.soap.wssecurity.messaging with type parameters of type Token Modifier and Type Field Description private net.shibboleth.utilities.java.support.collection.LazyList<Token<?>>WSSecurityContext. tokensList of known WS-Security tokens.Methods in org.opensaml.soap.wssecurity.messaging that return types with arguments of type Token Modifier and Type Method Description List<Token<?>>WSSecurityContext. getTokens()Get the list of WS-Security tokens.
-