Class SecurityAuthentication
java.lang.Object
net.sourceforge.plantuml.security.authentication.SecurityAuthentication
- All Implemented Interfaces:
SecurityCredentialsContainer
The authentication to access an endpoint. This information will be generated
by a SecurityAuthenticationInterceptor.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SecurityAuthentication
-
SecurityAuthentication
-
-
Method Details
-
getType
-
getShape
-
getGrantType
-
isPublic
public boolean isPublic()Requests the state of this authentication.- Returns:
- true, if we have no authentication.
-
getTokens
-
eraseCredentials
public void eraseCredentials()Description copied from interface:SecurityCredentialsContainer
Get called, if the secret information should be erased.- Specified by:
eraseCredentials
in interfaceSecurityCredentialsContainer
-