public class SAMLBearerTokenLoginService
extends org.eclipse.jetty.plus.jaas.JAASLoginService
| Constructor and Description |
|---|
SAMLBearerTokenLoginService()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllowedIssuers() |
String |
getKeyAlias() |
String |
getKeyPassword() |
String |
getKeystorePassword() |
String |
getKeystorePath() |
boolean |
isSignatureRequired() |
org.eclipse.jetty.server.UserIdentity |
login(String username,
Object credentials) |
void |
setAllowedIssuers(Set<String> allowedIssuers) |
void |
setAllowedIssuers(String[] allowedIssuers) |
void |
setKeyAlias(String keyAlias) |
void |
setKeyPassword(String keyPassword) |
void |
setKeystorePassword(String keystorePassword) |
void |
setKeystorePath(String keystorePath) |
void |
setSignatureRequired(boolean signatureRequired) |
doStart, getIdentityService, getName, getRoleClassNames, logout, setCallbackHandlerClass, setIdentityService, setLoginModuleName, setName, setRoleClassNames, validatepublic org.eclipse.jetty.server.UserIdentity login(String username, Object credentials)
login in interface org.eclipse.jetty.security.LoginServicelogin in class org.eclipse.jetty.plus.jaas.JAASLoginServiceJAASLoginService.login(java.lang.String, java.lang.Object)public void setAllowedIssuers(Set<String> allowedIssuers)
allowedIssuers - the allowedIssuers to setpublic void setAllowedIssuers(String[] allowedIssuers)
allowedIssuers - the allowedIssuers to setpublic boolean isSignatureRequired()
public void setSignatureRequired(boolean signatureRequired)
signatureRequired - the signatureRequired to setpublic String getKeystorePath()
public void setKeystorePath(String keystorePath)
keystorePath - the keystorePath to setpublic String getKeystorePassword()
public void setKeystorePassword(String keystorePassword)
keystorePassword - the keystorePassword to setpublic String getKeyAlias()
public void setKeyAlias(String keyAlias)
keyAlias - the keyAlias to setpublic String getKeyPassword()
public void setKeyPassword(String keyPassword)
keyPassword - the keyPassword to setCopyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.