Uses of Class
com.ibm.websphere.security.WSSecurityException
Packages that use WSSecurityException
Package
Description
-
Uses of WSSecurityException in com.ibm.websphere.security
Subclasses of WSSecurityException in com.ibm.websphere.securityModifier and TypeClassDescriptionclass
Thrown to indicate that a error occurred while mapping the specified certificate.class
Thrown to indicate that the certificate mapping for the specified certificate is not supported.class
Thrown to indicate that a error occurred while using the specified custom registry.class
Thrown to indicate that the specified entry is not found in the custom registry.class
Thrown to indicate that the method is not implemented.class
Thrown to indicate that the userId/Password combination does not exist in the specified custom registry. -
Uses of WSSecurityException in com.ibm.websphere.security.auth
Subclasses of WSSecurityException in com.ibm.websphere.security.authModifier and TypeClassDescriptionclass
This exception is thrown whenever authentication fails.class
This exception is thrown whenever authentication fails.class
This exception is thrown when a token is no longer valid.class
Methods in com.ibm.websphere.security.auth that throw WSSecurityExceptionModifier and TypeMethodDescriptionstatic Subject
WSSubject.getCallerSubject()
This method returns a Subject contains the principal of the J2EE caller and the J2EE caller credential.static Subject
WSSubject.getRunAsSubject()
This method returns a Subject contains the principal of the J2EE run as identity and the J2EE run as credential.static void
WSSubject.setRunAsSubject
(Subject subject) This method set the Subject as the J2EE run as identity on the current execution thread. -
Uses of WSSecurityException in com.ibm.wsspi.security.registry
Methods in com.ibm.wsspi.security.registry that throw WSSecurityExceptionModifier and TypeMethodDescriptionRegistryHelper.getInboundTrustedRealms
(String realmName) ThegetInboundTrustedRealms
method returns the list of inbound trusted realms corresponding to the active user registry that matches this realm.static UserRegistry
RegistryHelper.getUserRegistry
(String realmName) Gets the UserRegistry object for the given realm.