/[Apache-SVN]
ViewVC logotype

Revision 1851799


Jump to revision: Previous Next
Author: jlmonteiro
Date: Tue Jan 22 10:07:19 2019 UTC (5 years, 3 months ago)
Changed paths: 48
Log Message:
Add security 1.0 spec. Thanks Roberto for the patch

Changed paths

Path Details
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/ added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/LICENSE added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/NOTICE added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/pom.xml added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/ added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/ added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/ added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/ added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/ added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/ added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/AuthenticationException.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/AuthenticationStatus.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/CallerPrincipal.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/SecurityContext.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/ added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/mechanism/ added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/mechanism/http/ added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/mechanism/http/AuthenticationParameters.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/mechanism/http/AutoApplySession.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/mechanism/http/BasicAuthenticationMechanismDefinition.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/mechanism/http/CustomFormAuthenticationMechanismDefinition.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/mechanism/http/FormAuthenticationMechanismDefinition.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/mechanism/http/HttpAuthenticationMechanism.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/mechanism/http/HttpAuthenticationMechanismWrapper.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/mechanism/http/HttpMessageContext.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/mechanism/http/HttpMessageContextWrapper.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/mechanism/http/LoginToContinue.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/authentication/mechanism/http/RememberMe.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/credential/ added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/credential/AbstractClearableCredential.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/credential/BasicAuthenticationCredential.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/credential/CallerOnlyCredential.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/credential/Credential.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/credential/Password.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/credential/RememberMeCredential.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/credential/UsernamePasswordCredential.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/identitystore/ added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/identitystore/CredentialValidationResult.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/identitystore/DatabaseIdentityStoreDefinition.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/identitystore/IdentityStore.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/identitystore/IdentityStoreHandler.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/identitystore/IdentityStorePermission.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/identitystore/IdentityStoreWrapper.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/identitystore/LdapIdentityStoreDefinition.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/identitystore/PasswordHash.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/identitystore/Pbkdf2PasswordHash.java added
Directorygeronimo/specs/trunk/geronimo-security_1.0_spec/src/main/java/javax/security/enterprise/identitystore/RememberMeIdentityStore.java added
Directorygeronimo/specs/trunk/pom.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26