Package ddf.security.realm.sts
Class SamlRealm.STSCredentialsMatcher
java.lang.Object
ddf.security.realm.sts.SamlRealm.STSCredentialsMatcher
- All Implemented Interfaces:
org.apache.shiro.authc.credential.CredentialsMatcher
- Enclosing class:
SamlRealm
protected static class SamlRealm.STSCredentialsMatcher
extends Object
implements org.apache.shiro.authc.credential.CredentialsMatcher
Credentials matcher class that ensures the AuthInfo received from the STS matches the AuthToken
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token, org.apache.shiro.authc.AuthenticationInfo info) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shiro.authc.credential.CredentialsMatcher
createSimulatedCredentials
-
Constructor Details
-
STSCredentialsMatcher
protected STSCredentialsMatcher()
-
-
Method Details
-
doCredentialsMatch
public boolean doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token, org.apache.shiro.authc.AuthenticationInfo info) - Specified by:
doCredentialsMatchin interfaceorg.apache.shiro.authc.credential.CredentialsMatcher
-