Package org.apereo.cas.authentication
Class SecurityTokenServiceTokenFetcher
- java.lang.Object
-
- org.apereo.cas.authentication.SecurityTokenServiceTokenFetcher
-
public class SecurityTokenServiceTokenFetcher extends java.lang.ObjectThis isSecurityTokenServiceTokenFetcher.- Since:
- 6.0.0
-
-
Constructor Summary
Constructors Constructor Description SecurityTokenServiceTokenFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<org.apache.cxf.ws.security.tokenstore.SecurityToken>fetch(org.apereo.cas.authentication.principal.Service service, java.lang.String principalId)Fetch.
-