Serialized Form
-
Package ddf.security.assertion.impl
-
Class ddf.security.assertion.impl.SecurityAssertionDefault
class SecurityAssertionDefault extends Object implements Serializable-
Serialized Fields
-
attributeStatements
List<ddf.security.assertion.AttributeStatement> attributeStatements
-
authenticationStatements
List<ddf.security.assertion.AuthenticationStatement> authenticationStatements
-
issuer
String issuer
-
notBefore
Date notBefore
-
notOnOrAfter
Date notOnOrAfter
-
principals
Set<Principal> principals
-
subjectConfirmations
List<String> subjectConfirmations
-
token
Object token
-
tokenType
String tokenType
-
userPrincipal
Principal userPrincipal
-
weight
int weight
-
-
-
-
Package ddf.security.assertion.jwt.impl
-
Class ddf.security.assertion.jwt.impl.SecurityAssertionJwt
class SecurityAssertionJwt extends Object implements Serializable-
Serialized Fields
-
attributes
Map<String,
Object> attributes -
attributeStatements
List<ddf.security.assertion.AttributeStatement> attributeStatements
-
authenticationStatements
List<ddf.security.assertion.AuthenticationStatement> authenticationStatements
-
profile
org.pac4j.oidc.profile.OidcProfile profile
-
usernameAttributeList
List<String> usernameAttributeList
-
-
-
-
Package ddf.security.assertion.saml.impl
-
Class ddf.security.assertion.saml.impl.SecurityAssertionSaml
class SecurityAssertionSaml extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream objectInputStream) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
issuer
String issuer
-
name
String name
-
nameIDFormat
String nameIDFormat
-
notBefore
Date notBefore
-
notOnOrAfter
Date notOnOrAfter
-
principal
Principal principal
Principal associated with the security token -
samlAssertion
Element samlAssertion
-
tokenType
String tokenType
-
usernameAttributeList
ArrayList<String> usernameAttributeList
Attributes associated with the username depending on the value of NameIDFormat
-
-
-
Package ddf.security.claims.impl
-
Class ddf.security.claims.impl.ClaimsCollectionImpl
class ClaimsCollectionImpl extends ArrayList<ddf.security.claims.Claim> implements Serializable
-
-
Package ddf.security.common
-
Class ddf.security.common.PrincipalHolder
class PrincipalHolder extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
securityTokenAtomicReference
AtomicReference<org.apache.shiro.subject.PrincipalCollection> securityTokenAtomicReference
-
-
-
Package ddf.security.impl
-
Class ddf.security.impl.SubjectImpl
class SubjectImpl extends org.apache.shiro.subject.support.DelegatingSubject implements Serializable- serialVersionUID:
- 1L
-
-
Package ddf.security.principal.impl
-
Class ddf.security.principal.impl.GuestPrincipal
class GuestPrincipal extends Object implements Serializable- serialVersionUID:
- -4630425142287155229L
-
Serialized Fields
-
name
String name
-
-
-
Package ddf.security.samlp.impl
-
Exception Class ddf.security.samlp.impl.ValidationException
class ValidationException extends Exception implements Serializable
-