Skip to content

Commit

Permalink
package rename
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-kuroeda committed Mar 7, 2014
1 parent 1242d42 commit 04438db
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.makotan.ninja.auth.pac4j;
package com.makotan.ninja.authz.pac4j;

import ninja.Context;
import ninja.Result;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
package com.makotan.ninja.auth.pac4j.configuration;
package com.makotan.ninja.authz.pac4j.configuration;

import org.pac4j.core.client.Clients;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.makotan.ninja.auth.pac4j.controllers;
package com.makotan.ninja.authz.pac4j.controllers;

import com.google.inject.Inject;
import com.makotan.ninja.auth.pac4j.NinjaWebContext;
import com.makotan.ninja.auth.pac4j.filter.Pac4jFileter;
import com.makotan.ninja.auth.pac4j.util.UserUtils;
import com.makotan.ninja.authz.pac4j.NinjaWebContext;
import com.makotan.ninja.authz.pac4j.filter.Pac4jFileter;
import com.makotan.ninja.authz.pac4j.util.UserUtils;
import ninja.Context;
import ninja.Result;
import ninja.Results;
import com.makotan.ninja.auth.pac4j.configuration.ClientsFactory;
import com.makotan.ninja.authz.pac4j.configuration.ClientsFactory;
import ninja.servlet.util.Request;
import ninja.utils.NinjaProperties;
import org.pac4j.core.client.Client;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.makotan.ninja.auth.pac4j.filter;
package com.makotan.ninja.authz.pac4j.filter;


import com.google.inject.Inject;
import com.makotan.ninja.auth.pac4j.NinjaWebContext;
import com.makotan.ninja.authz.pac4j.NinjaWebContext;
import ninja.*;
import com.makotan.ninja.auth.pac4j.configuration.ClientsFactory;
import com.makotan.ninja.auth.pac4j.util.UserUtils;
import com.makotan.ninja.authz.pac4j.configuration.ClientsFactory;
import com.makotan.ninja.authz.pac4j.util.UserUtils;
import ninja.servlet.ContextImpl;
import ninja.utils.NinjaProperties;
import org.pac4j.core.client.Client;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.makotan.ninja.auth.pac4j.util;
package com.makotan.ninja.authz.pac4j.util;

import org.pac4j.core.profile.CommonProfile;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.makotan.ninja.auth.pac4j.util;
package com.makotan.ninja.authz.pac4j.util;

import com.google.inject.Singleton;
import org.pac4j.core.profile.CommonProfile;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.makotan.ninja.auth.pac4j.util;
package com.makotan.ninja.authz.pac4j.util;

import com.google.inject.Inject;
import com.google.inject.Singleton;
import ninja.Context;
import com.makotan.ninja.auth.pac4j.NinjaWebContext;
import com.makotan.ninja.authz.pac4j.NinjaWebContext;
import org.pac4j.core.profile.CommonProfile;

@Singleton
Expand Down

0 comments on commit 04438db

Please sign in to comment.