Index

A B C D E F G H I J K L M N O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addAll(Collection<? extends Permission>) - Method in interface ddf.security.permission.CollectionPermission
 
addAll(Map<String, ? extends Collection<String>>) - Method in interface ddf.security.permission.KeyValueCollectionPermission
 
addAttribute(Attribute) - Method in interface ddf.security.assertion.AttributeStatement
 
addClientInfo(String, String, String, URI) - Static method in class org.codice.ddf.security.util.ThreadContextProperties
 
addClientInfo(ServletRequest) - Static method in class org.codice.ddf.security.util.ThreadContextProperties
Adds the client info map to ThreadContext.
addTraceId() - Static method in class org.codice.ddf.security.util.ThreadContextProperties
Adds the trace context and unique trace id to the ThreadContext.
addValue(String) - Method in interface ddf.security.assertion.Attribute
 
addValue(String) - Method in interface ddf.security.claims.Claim
 
addValue(String) - Method in interface ddf.security.permission.KeyValuePermission
 
ASSOCIATED_DATA_PATH - Static variable in class ddf.security.SecurityConstants
 
Attribute - Interface in ddf.security.assertion
 
AttributeStatement - Interface in ddf.security.assertion
 
audit(String) - Method in interface ddf.security.audit.SecurityLogger
 
audit(String, Object...) - Method in interface ddf.security.audit.SecurityLogger
 
audit(String, Throwable) - Method in interface ddf.security.audit.SecurityLogger
 
audit(String, Supplier...) - Method in interface ddf.security.audit.SecurityLogger
 
audit(String, Subject) - Method in interface ddf.security.audit.SecurityLogger
 
audit(String, Subject, Object...) - Method in interface ddf.security.audit.SecurityLogger
 
audit(String, Subject, Throwable) - Method in interface ddf.security.audit.SecurityLogger
 
audit(String, Subject, Supplier...) - Method in interface ddf.security.audit.SecurityLogger
 
AuditPropertiesPlugin - Interface in ddf.security.audit
 
auditWarn(String) - Method in interface ddf.security.audit.SecurityLogger
 
auditWarn(String, Object...) - Method in interface ddf.security.audit.SecurityLogger
 
auditWarn(String, Throwable) - Method in interface ddf.security.audit.SecurityLogger
 
auditWarn(String, Supplier...) - Method in interface ddf.security.audit.SecurityLogger
 
auditWarn(String, Subject) - Method in interface ddf.security.audit.SecurityLogger
 
auditWarn(String, Subject, Object...) - Method in interface ddf.security.audit.SecurityLogger
 
auditWarn(String, Subject, Throwable) - Method in interface ddf.security.audit.SecurityLogger
 
auditWarn(String, Subject, Supplier...) - Method in interface ddf.security.audit.SecurityLogger
 
AUTHENTICATION_TOKEN_KEY - Static variable in class ddf.security.SecurityConstants
Property key to obtain the authentication token from a query request / response.
AuthenticationStatement - Interface in ddf.security.assertion
 

B

base64Decode(String) - Method in interface org.codice.ddf.security.jaxrs.SamlSecurity
Decodes Base64 encoded values
buildKeyValueCollectionPermission(String, KeyValuePermission...) - Method in interface ddf.security.permission.Permissions
Returns a KeyValueCollectionPermission initialized with the given KeyValuePermissions
buildKeyValueCollectionPermission(String, Collection<KeyValuePermission>) - Method in interface ddf.security.permission.Permissions
Returns a KeyValueCollectionPermission initialized with the given KeyValuePermissions
buildKeyValueCollectionPermission(String, Map<String, ? extends Collection<String>>) - Method in interface ddf.security.permission.Permissions
Returns a KeyValueCollectionPermission initialized with the given permissions in string format
buildKeyValuePermission(String, Set<String>) - Method in interface ddf.security.permission.Permissions
Returns a KeyValuePermission with the provided key and values
buildLogoutRequest(String, String, List<String>) - Method in interface ddf.security.samlp.LogoutMessage
 
buildLogoutResponse(String, String) - Method in interface ddf.security.samlp.LogoutMessage
 
buildLogoutResponse(String, String, String) - Method in interface ddf.security.samlp.LogoutMessage
 
buildLogoutResponse(String, String, String, String) - Method in interface ddf.security.samlp.LogoutMessage
 

C

Claim - Interface in ddf.security.claims
 
ClaimsCollection - Interface in ddf.security.claims
 
ClaimsHandler - Interface in ddf.security.claims
 
ClaimsParameters - Interface in ddf.security.claims
 
clear() - Method in interface ddf.security.permission.CollectionPermission
 
CLIENT_INFO_KEY - Static variable in class org.codice.ddf.security.util.ThreadContextProperties
 
CollectionPermission - Interface in ddf.security.permission
 
COUNTRY_CLAIM_URI - Static variable in interface ddf.security.SubjectOperations
Country address
CREATE_ACTION - Static variable in interface ddf.security.permission.CollectionPermission
 
createToken(HttpServletRequest) - Method in interface ddf.security.service.TokenRequestHandler
Creates a token from an incoming HttpServletRequest.

D

ddf.security - package ddf.security
 
ddf.security.assertion - package ddf.security.assertion
 
ddf.security.audit - package ddf.security.audit
 
ddf.security.claims - package ddf.security.claims
 
ddf.security.http - package ddf.security.http
 
ddf.security.liberty.paos - package ddf.security.liberty.paos
 
ddf.security.permission - package ddf.security.permission
 
ddf.security.policy.extension - package ddf.security.policy.extension
 
ddf.security.samlp - package ddf.security.samlp
 
ddf.security.service - package ddf.security.service
 
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface ddf.security.liberty.paos.Request
 
DEFAULT_ELEMENT_LOCAL_NAME - Static variable in interface ddf.security.liberty.paos.Response
 
DEFAULT_ELEMENT_NAME - Static variable in interface ddf.security.liberty.paos.Request
 
DEFAULT_ELEMENT_NAME - Static variable in interface ddf.security.liberty.paos.Response
 
DEFAULT_SSL_PROTOCOL - Static variable in class ddf.security.SecurityConstants
 
DEFAULT_SSL_PROTOCOL_PROPERTY - Static variable in class ddf.security.SecurityConstants
 
deflateAndBase64Encode(String) - Method in interface org.codice.ddf.security.jaxrs.SamlSecurity
Deflates a value and Base64 encodes the result.
DELETE_ACTION - Static variable in interface ddf.security.permission.CollectionPermission
 

E

ECP_SERVICE - Static variable in interface ddf.security.liberty.paos.Request
 
EMAIL_ADDRESS_CLAIM_ALTERNATE - Static variable in interface ddf.security.SubjectOperations
 
EMAIL_ADDRESS_CLAIM_URI - Static variable in interface ddf.security.SubjectOperations
 
extractSamlLogoutRequest(String) - Method in interface ddf.security.samlp.LogoutMessage
 
extractSamlLogoutResponse(String) - Method in interface ddf.security.samlp.LogoutMessage
 
extractXmlObject(String) - Method in interface ddf.security.samlp.LogoutMessage
 

F

filterDN(X500Principal, Predicate<RDN>) - Method in interface ddf.security.SubjectOperations
 

G

generate() - Method in interface ddf.security.audit.AuditPropertiesPlugin
Generate a key-value pair to be added to security audit logs.
getAction() - Method in interface ddf.security.permission.CollectionPermission
 
getAdditionalProperties() - Method in interface ddf.security.claims.ClaimsParameters
 
getAssertion() - Method in interface ddf.security.assertion.SecurityAssertionPrincipal
 
getAssertionComparator() - Method in interface ddf.security.SubjectOperations
 
getAttribute(Subject, String) - Method in interface ddf.security.SubjectOperations
 
getAttributes() - Method in interface ddf.security.assertion.AttributeStatement
 
getAttributeStatements() - Method in interface ddf.security.assertion.SecurityAssertion
Returns the list of attribute statements
getAuthnContextClassRef() - Method in interface ddf.security.assertion.AuthenticationStatement
 
getAuthnInstant() - Method in interface ddf.security.assertion.AuthenticationStatement
 
getAuthnStatements() - Method in interface ddf.security.assertion.SecurityAssertion
Returns the list of authn statements
getCommonName(X500Principal) - Method in interface ddf.security.SubjectOperations
 
getContextPath() - Static method in class org.codice.ddf.security.util.ThreadContextProperties
 
getCountry(X500Principal) - Method in interface ddf.security.SubjectOperations
 
getDefaultSslProtocol() - Static method in class ddf.security.SecurityConstants
Helper method for retrieving the default ssl protocol
getElementFromSaml(LogoutWrapper) - Method in interface ddf.security.samlp.LogoutMessage
 
getEmailAddress(X500Principal) - Method in interface ddf.security.SubjectOperations
 
getEmailAddress(Subject) - Method in interface ddf.security.SubjectOperations
 
getGuestSubject(String) - Method in interface org.codice.ddf.security.Security
Gets the guest Subject associated with the specified IP.
getIdentityAttribute() - Method in interface ddf.security.SubjectIdentity
Subject attribute used for identity
getIssuer() - Method in interface ddf.security.assertion.SecurityAssertion
Returns the name of the entity that issued the token (if any)
getKey() - Method in interface ddf.security.permission.KeyValuePermission
 
getKeystorePassword() - Static method in class ddf.security.SecurityConstants
Helper method for retrieving the keystore password
getKeystorePath() - Static method in class ddf.security.SecurityConstants
Helper method for retrieving the keystore
getKeyValuePermissionList() - Method in interface ddf.security.permission.KeyValueCollectionPermission
 
getMessage() - Method in interface ddf.security.samlp.LogoutWrapper
 
getMessageID() - Method in interface ddf.security.liberty.paos.Request
Get the messageID attribute value.
getName() - Method in interface ddf.security.assertion.Attribute
 
getName() - Method in interface ddf.security.claims.Claim
 
getName(Subject) - Method in interface ddf.security.SubjectOperations
 
getName(Subject, String) - Method in interface ddf.security.SubjectOperations
 
getName(Subject, String, boolean) - Method in interface ddf.security.SubjectOperations
 
getNameFormat() - Method in interface ddf.security.assertion.Attribute
 
getNotBefore() - Method in interface ddf.security.assertion.SecurityAssertion
Returns the earliest date that the assertion is valid
getNotOnOrAfter() - Method in interface ddf.security.assertion.SecurityAssertion
Returns the date that the assertion is invalid
getOrCreateSession(HttpServletRequest) - Method in interface ddf.security.http.SessionFactory
Wrapper method over HttpServletRequest#getOrCreateSession
getPermissionList() - Method in interface ddf.security.permission.CollectionPermission
 
getPermissionsAsStrings(Map<String, Set<String>>) - Method in interface ddf.security.permission.Permissions
Convert a permission map back to a list of string permissions in the format "permName=val1,val2"
getPrincipal() - Method in interface ddf.security.assertion.SecurityAssertion
Returns the Principal
getPrincipal() - Method in interface ddf.security.claims.ClaimsParameters
 
getPrincipals() - Method in interface ddf.security.assertion.SecurityAssertion
Returns primary principal and all attributes as principals
getRefToMessageID() - Method in interface ddf.security.liberty.paos.Response
Get the refToMessageID attribute value.
getRemoteAddress() - Static method in class org.codice.ddf.security.util.ThreadContextProperties
 
getRemoteHost() - Static method in class org.codice.ddf.security.util.ThreadContextProperties
 
getRemotePort() - Static method in class org.codice.ddf.security.util.ThreadContextProperties
 
getResponseConsumerURL() - Method in interface ddf.security.liberty.paos.Request
Get the responseConsumerURL attribute value.
getRoles() - Method in interface ddf.security.claims.ClaimsParameters
 
getScheme() - Static method in class org.codice.ddf.security.util.ThreadContextProperties
 
getService() - Method in interface ddf.security.liberty.paos.Request
Get the service attribute value.
getSessionIndex() - Method in interface ddf.security.assertion.AuthenticationStatement
 
getSessionNotOnOrAfter() - Method in interface ddf.security.assertion.AuthenticationStatement
 
getSubject(Object) - Method in interface ddf.security.service.SecurityManager
Exchanges an authentication token for a subject.
getSubject(String, String, String) - Method in interface org.codice.ddf.security.Security
 
getSubjectAttributes(Subject) - Method in interface ddf.security.SubjectOperations
 
getSubjectConfirmations() - Method in interface ddf.security.assertion.SecurityAssertion
Returns the list of subject confirmations
getSystemKeyStore() - Method in interface org.codice.ddf.security.Security
 
getSystemSubject() - Method in interface org.codice.ddf.security.Security
Gets the Subject associated with this system.
getToken() - Method in interface ddf.security.assertion.SecurityAssertion
Returns the underlying token that this object wraps
getTokenType() - Method in interface ddf.security.assertion.SecurityAssertion
Returns the token type URI for this assertion
getTraceId() - Static method in class org.codice.ddf.security.util.ThreadContextProperties
 
getTruststorePassword() - Static method in class ddf.security.SecurityConstants
Helper method for retrieving the truststore password
getTruststorePath() - Static method in class ddf.security.SecurityConstants
Helper method for retrieving the truststore
getType(Subject) - Method in interface ddf.security.SubjectOperations
 
getUniqueIdentifier(Subject) - Method in interface ddf.security.SubjectIdentity
Get a subject's unique identifier.
getValues() - Method in interface ddf.security.assertion.Attribute
 
getValues() - Method in interface ddf.security.claims.Claim
 
getValues() - Method in interface ddf.security.permission.KeyValuePermission
 
getValues(String) - Method in interface org.codice.ddf.security.SystemHighAttributes
 
getWeight() - Method in interface ddf.security.assertion.SecurityAssertion
Returns the weight associated with the type of authentication used to produce this assertion
GIVEN_NAME_CLAIM_URI - Static variable in interface ddf.security.SubjectOperations
First name
GUEST_DISPLAY_NAME - Static variable in interface ddf.security.SubjectOperations
 

H

HTTPS_CIPHER_SUITES - Static variable in class ddf.security.SecurityConstants
Keystore/truststore related system property keys

I

IDP_AUTH_WEIGHT - Static variable in interface ddf.security.assertion.SecurityAssertion
 
inflateBase64(String) - Method in interface org.codice.ddf.security.jaxrs.SamlSecurity
Decodes from base64 and then inflates the result
isEmpty() - Method in interface ddf.security.permission.CollectionPermission
 
isGuest(Subject) - Method in interface ddf.security.SubjectOperations
 
isPermittedMatchAll(CollectionPermission, KeyValueCollectionPermission, KeyValueCollectionPermission) - Method in interface ddf.security.policy.extension.PolicyExtension
This method should return any permissions that it was unable to imply.
isPermittedMatchOne(CollectionPermission, KeyValueCollectionPermission, KeyValueCollectionPermission) - Method in interface ddf.security.policy.extension.PolicyExtension
This method should return any permissions that it was unable to imply.
isPresentlyValid() - Method in interface ddf.security.assertion.SecurityAssertion
Returns true if checked while within the time bounds defined by NotBefore and NotOnOrAfter

J

javaSubjectHasAdminRole() - Method in interface org.codice.ddf.security.Security
Determines if the current Java Subject has the admin role.

K

KEYSET_DIR - Static variable in class ddf.security.SecurityConstants
 
KEYSTORE_PASSWORD - Static variable in class ddf.security.SecurityConstants
 
KEYSTORE_PATH - Static variable in class ddf.security.SecurityConstants
 
KEYSTORE_TYPE - Static variable in class ddf.security.SecurityConstants
 
KeyValueCollectionPermission - Interface in ddf.security.permission
 
KeyValuePermission - Interface in ddf.security.permission
 

L

LOCAL_AUTH_WEIGHT - Static variable in interface ddf.security.assertion.SecurityAssertion
 
LOCALITY_CODE_CLAIM_URI - Static variable in interface ddf.security.SubjectOperations
City address
LogoutMessage - Interface in ddf.security.samlp
 
LogoutSecurityException - Exception Class in ddf.security.samlp
 
LogoutSecurityException() - Constructor for exception class ddf.security.samlp.LogoutSecurityException
 
LogoutSecurityException(String) - Constructor for exception class ddf.security.samlp.LogoutSecurityException
 
LogoutSecurityException(String, Throwable) - Constructor for exception class ddf.security.samlp.LogoutSecurityException
 
LogoutSecurityException(Throwable) - Constructor for exception class ddf.security.samlp.LogoutSecurityException
 
LogoutWrapper<T> - Interface in ddf.security.samlp
 

M

MESSAGE_ID_ATTRIB_NAME - Static variable in interface ddf.security.liberty.paos.Request
 
MOBILE_PHONE_CLAIM_URI - Static variable in interface ddf.security.SubjectOperations
Mobile phone

N

NAME_CLAIM_URI - Static variable in interface ddf.security.SubjectOperations
Full name
NAME_IDENTIFIER_CLAIM_ALTERNATE - Static variable in interface ddf.security.SubjectOperations
 
NAME_IDENTIFIER_CLAIM_URI - Static variable in interface ddf.security.SubjectOperations
Username
newKeystore() - Static method in class ddf.security.SecurityConstants
 
newTruststore() - Static method in class ddf.security.SecurityConstants
 
NO_AUTH_WEIGHT - Static variable in interface ddf.security.assertion.SecurityAssertion
 

O

OcspService - Interface in org.codice.ddf.security
This code is experimental.
org.codice.ddf.security - package org.codice.ddf.security
 
org.codice.ddf.security.jaxrs - package org.codice.ddf.security.jaxrs
 
org.codice.ddf.security.util - package org.codice.ddf.security.util
 

P

PAOS_NS - Static variable in interface ddf.security.liberty.paos.Request
 
PAOS_NS - Static variable in interface ddf.security.liberty.paos.Response
 
PAOS_PREFIX - Static variable in interface ddf.security.liberty.paos.Request
 
PAOS_PREFIX - Static variable in interface ddf.security.liberty.paos.Response
 
parsePermissionsFromString(String...) - Method in interface ddf.security.permission.Permissions
Parses a string array representation of permission attributes into a map
parsePermissionsFromString(List<String>) - Method in interface ddf.security.permission.Permissions
Parses a string array representation of permission attributes into a map
passesOcspCheck(X509Certificate[]) - Method in interface org.codice.ddf.security.OcspService
Checks the whether the given are revoked or not against the OCSP server.
PERMISSION_END_MSG - Static variable in interface ddf.security.permission.CollectionPermission
 
PERMISSION_IMPLIES_MSG - Static variable in interface ddf.security.permission.CollectionPermission
 
PERMISSION_NOT_IMPLIES_MSG - Static variable in interface ddf.security.permission.CollectionPermission
 
PERMISSION_START_MSG - Static variable in interface ddf.security.permission.CollectionPermission
 
Permissions - Interface in ddf.security.permission
Service to convert permissions between a permission map and a string or array of string permissions
PolicyExtension - Interface in ddf.security.policy.extension
This code is experimental.
POSTAL_CODE_CLAIM_URI - Static variable in interface ddf.security.SubjectOperations
Postal address

R

READ_ACTION - Static variable in interface ddf.security.permission.CollectionPermission
 
REF_TO_MESSAGE_ID_ATTRIB_NAME - Static variable in interface ddf.security.liberty.paos.Response
 
removeClientInfo() - Static method in class org.codice.ddf.security.util.ThreadContextProperties
removes the client info map from the Thread Context
removeTraceId() - Static method in class org.codice.ddf.security.util.ThreadContextProperties
removes the trace context map from the ThreadContext
Request - Interface in ddf.security.liberty.paos
 
Response - Interface in ddf.security.liberty.paos
 
RESPONSE_CONSUMER_URL_ATTRIB_NAME - Static variable in interface ddf.security.liberty.paos.Request
 
retrieveClaims(ClaimsParameters) - Method in interface ddf.security.claims.ClaimsHandler
 
ROLE_CLAIM_URI - Static variable in interface ddf.security.SubjectOperations
Roles
runAsAdmin(PrivilegedAction<T>) - Method in interface org.codice.ddf.security.Security
 
runAsAdminWithException(PrivilegedExceptionAction<T>) - Method in interface org.codice.ddf.security.Security
 
runWithSubjectOrElevate(Callable<T>) - Method in interface org.codice.ddf.security.Security
Runs the Callable in the current thread as the current security framework's Subject.

S

SAML_COOKIE_NAME - Static variable in class ddf.security.SecurityConstants
Property key to obtain the legacy saml cookie from an incoming HTTP Request
SAML_HEADER_NAME - Static variable in class ddf.security.SecurityConstants
Name of the header containing the saml assertion for HTTP requests/responses
SamlSecurity - Interface in org.codice.ddf.security.jaxrs
 
Security - Interface in org.codice.ddf.security
 
SECURITY_JAVA_SUBJECT - Static variable in class ddf.security.SecurityConstants
Property name for the java security subject.
SECURITY_LOGGER - Static variable in class ddf.security.SecurityConstants
String used to retrieve the security LOGGER in each class that wishes to log to the security log.
SECURITY_SUBJECT - Static variable in class ddf.security.SecurityConstants
Property name for the security subject.
SECURITY_TOKEN_KEY - Static variable in class ddf.security.SecurityConstants
Property key to obtain the security token from a query request / response.
SecurityAssertion - Interface in ddf.security.assertion
This class serves as the object that underpins a Subject or user
SecurityAssertionPrincipal - Interface in ddf.security.assertion
 
SecurityConstants - Class in ddf.security
 
SecurityLogger - Interface in ddf.security.audit
 
SecurityManager - Interface in ddf.security.service
Service that is used to perform security operations by endpoints.
SecurityServiceException - Exception Class in ddf.security.service
Exception specific to the security service packages.
SecurityServiceException() - Constructor for exception class ddf.security.service.SecurityServiceException
Instantiates a new Security Service exception.
SecurityServiceException(String) - Constructor for exception class ddf.security.service.SecurityServiceException
Instantiates a new Security Service with the provided message.
SecurityServiceException(String, Throwable) - Constructor for exception class ddf.security.service.SecurityServiceException
Instantiates a new Security Service with the provided message and Throwable.
SecurityServiceException(Throwable) - Constructor for exception class ddf.security.service.SecurityServiceException
Instantiates a new Security Service with the provided Throwable.
sendSamlLogoutRequest(LogoutWrapper, String, boolean, Cookie) - Method in interface ddf.security.samlp.LogoutMessage
 
SERVICE_ATTRIB_NAME - Static variable in interface ddf.security.liberty.paos.Request
 
SERVLET_CONTEXT_PATH - Static variable in class org.codice.ddf.security.util.ThreadContextProperties
 
SERVLET_REMOTE_ADDR - Static variable in class org.codice.ddf.security.util.ThreadContextProperties
 
SERVLET_REMOTE_HOST - Static variable in class org.codice.ddf.security.util.ThreadContextProperties
 
SERVLET_REMOTE_PORT - Static variable in class org.codice.ddf.security.util.ThreadContextProperties
 
SERVLET_SCHEME - Static variable in class org.codice.ddf.security.util.ThreadContextProperties
 
SessionFactory - Interface in ddf.security.http
 
setAction(String) - Method in interface ddf.security.permission.CollectionPermission
 
setAuthnContextClassRef(String) - Method in interface ddf.security.assertion.AuthenticationStatement
 
setAuthnInstant(DateTime) - Method in interface ddf.security.assertion.AuthenticationStatement
 
setMessageID(String) - Method in interface ddf.security.liberty.paos.Request
Set the messageID attribute value.
setName(String) - Method in interface ddf.security.assertion.Attribute
 
setNameFormat(String) - Method in interface ddf.security.assertion.Attribute
 
setRefToMessageID(String) - Method in interface ddf.security.liberty.paos.Response
Set the refToMessageID attribute value.
setResponseConsumerURL(String) - Method in interface ddf.security.liberty.paos.Request
Set the responseConsumerURL attribute value.
setService(String) - Method in interface ddf.security.liberty.paos.Request
Set the service attribute value.
setSessionIndex(String) - Method in interface ddf.security.assertion.AuthenticationStatement
 
setSessionNotOnOrAfter(DateTime) - Method in interface ddf.security.assertion.AuthenticationStatement
 
setValues(List<String>) - Method in interface ddf.security.assertion.Attribute
 
SignatureException - Exception Class in ddf.security.samlp
 
SignatureException() - Constructor for exception class ddf.security.samlp.SignatureException
 
SignatureException(String) - Constructor for exception class ddf.security.samlp.SignatureException
 
SignatureException(String, Throwable) - Constructor for exception class ddf.security.samlp.SignatureException
 
SignatureException(Throwable) - Constructor for exception class ddf.security.samlp.SignatureException
 
signSamlGetRequest(LogoutWrapper, URI, String) - Method in interface ddf.security.samlp.LogoutMessage
 
signSamlGetResponse(LogoutWrapper, URI, String) - Method in interface ddf.security.samlp.LogoutMessage
 
STREET_ADDRESS_CLAIM_URI - Static variable in interface ddf.security.SubjectOperations
Street address
Subject - Interface in ddf.security
This class extends Subject, Serializable, and Principal in order for the Subject to be accessible through the
invalid reference
ddf.catalog.operation.Operation
property map.
SubjectIdentity - Interface in ddf.security
Provides methods for determining identity properties of a Subject
SubjectOperations - Interface in ddf.security
 
SURNAME_CLAIM_URI - Static variable in interface ddf.security.SubjectOperations
Last name
SystemHighAttributes - Interface in org.codice.ddf.security
Service to retrieve system high attribute values.

T

ThreadContextProperties - Class in org.codice.ddf.security.util
 
TokenRequestHandler - Interface in ddf.security.service
Interface used to decouple the implementations of various SSOs from the endpoints which need to create tokens.
toString() - Method in interface ddf.security.assertion.SecurityAssertion
Returns a String representation of this Assertion
TRACE_CONTEXT_KEY - Static variable in class org.codice.ddf.security.util.ThreadContextProperties
 
TRACE_ID - Static variable in class org.codice.ddf.security.util.ThreadContextProperties
 
TRUSTSTORE_PASSWORD - Static variable in class ddf.security.SecurityConstants
 
TRUSTSTORE_PATH - Static variable in class ddf.security.SecurityConstants
 
TRUSTSTORE_TYPE - Static variable in class ddf.security.SecurityConstants
 
TYPE_LOCAL_NAME - Static variable in interface ddf.security.liberty.paos.Request
 
TYPE_LOCAL_NAME - Static variable in interface ddf.security.liberty.paos.Response
 
TYPE_NAME - Static variable in interface ddf.security.liberty.paos.Request
 
TYPE_NAME - Static variable in interface ddf.security.liberty.paos.Response
 

U

UNKNOWN_ACTION - Static variable in interface ddf.security.permission.CollectionPermission
 
UPDATE_ACTION - Static variable in interface ddf.security.permission.CollectionPermission
 
A B C D E F G H I J K L M N O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form